AAsset_openFileDescriptor64

Open a new file descriptor that can be used to read the asset data.

Uses a 64-bit number for the offset and length instead of 32-bit instead of as AAsset_openFileDescriptor does.

Returns < 0 if direct fd access is not possible (for example, if the asset is compressed).

version(Android)
extern (C)
int
AAsset_openFileDescriptor64

Meta